home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / unix / include / utime.h < prev   
C/C++ Source or Header  |  1992-07-05  |  91b  |  4 lines

  1. struct utimbuf { time_t actime, modtime; };
  2.  
  3. int utime(char *path, struct utimbuf *times);
  4.